AskConfirmation Method
Shows a confirmation prompt in the batch progress dialog with Yes and No radio buttons for answer selection and an optional comment field.
Syntax
AskConfirmation(ID As String, Label As String, [Default as AS_CONFIRMATION_DEFAULT_VALUE], [Comment As AS_CONFIRMATION_COMMENT_FLAGS])
Name | Description |
---|---|
ID |
Identifier for this confirmation prompt that can be used to refer to the user's answer. |
Label |
Text of the prompt. |
Default |
Default radio button. |
Comment |
Combination of flag values that determine whether comments are accepted and are mandatory or optional. |